TSTP Solution File: NUM654^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM654^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.Xq6GC2Rj6s true

% Computer : n001.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 12:43:07 EDT 2023

% Result   : Theorem 0.20s 0.73s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   16 (   6 unt;   5 typ;   0 def)
%            Number of atoms       :   18 (   6 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   38 (   9   ~;   3   |;   0   &;  22   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :    4 (   0   ^;   4   !;   0   ?;   4   :)

% Comments : 
%------------------------------------------------------------------------------
thf(nat_type,type,
    nat: $tType ).

thf(less_type,type,
    less: nat > nat > $o ).

thf(y_type,type,
    y: nat ).

thf(more_type,type,
    more: nat > nat > $o ).

thf(x_type,type,
    x: nat ).

thf(n,axiom,
    ~ ( more @ x @ y ) ).

thf(zip_derived_cl0,plain,
    ~ ( more @ x @ y ),
    inference(cnf,[status(esa)],[n]) ).

thf(satz10a,axiom,
    ! [Xx: nat,Xy: nat] :
      ( ( Xx != Xy )
     => ( ~ ( more @ Xx @ Xy )
       => ( less @ Xx @ Xy ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: nat,X1: nat] :
      ( ( more @ X0 @ X1 )
      | ( less @ X0 @ X1 )
      | ( X0 = X1 ) ),
    inference(cnf,[status(esa)],[satz10a]) ).

thf(satz10e,conjecture,
    ( ~ ( less @ x @ y )
   => ( x = y ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ~ ( less @ x @ y )
     => ( x = y ) ),
    inference('cnf.neg',[status(esa)],[satz10e]) ).

thf(zip_derived_cl3,plain,
    ~ ( less @ x @ y ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl5,plain,
    ( ( x = y )
    | ( more @ x @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl3]) ).

thf(zip_derived_cl4,plain,
    x != y,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl7,plain,
    more @ x @ y,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl5,zip_derived_cl4]) ).

thf(zip_derived_cl9,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl0,zip_derived_cl7]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM654^1 : TPTP v8.1.2. Released v3.7.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.Xq6GC2Rj6s true
% 0.13/0.34  % Computer : n001.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 16:18:59 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.20/0.35  % Python version: Python 3.6.8
% 0.20/0.35  % Running in HO mode
% 0.20/0.66  % Total configuration time : 828
% 0.20/0.66  % Estimated wc time : 1656
% 0.20/0.66  % Estimated cpu time (8 cpus) : 207.0
% 0.20/0.71  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.20/0.71  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.20/0.73  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.20/0.73  % Solved by lams/40_c.s.sh.
% 0.20/0.73  % done 5 iterations in 0.006s
% 0.20/0.73  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.20/0.73  % SZS output start Refutation
% See solution above
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  % Terminating...
% 0.20/0.76  % Runner terminated.
% 0.20/0.77  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------